projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ee2fb5
)
* Dump log and intemediate GCC IRs only at comp-debug 3
author
Andrea Corallo
<akrl@sdf.org>
Sun, 3 May 2020 19:34:03 +0000
(20:34 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Thu, 14 May 2020 20:50:32 +0000
(21:50 +0100)
* src/comp.c (Fcomp__init_ctxt): Increase threshold for dumping
really everything to 'comp-debug' 3.
src/comp.c
patch
|
blob
|
history
diff --git
a/src/comp.c
b/src/comp.c
index c88c9f3f4817b5ab3a56c5836686e560a06f8537..e18bace6683e5696977d4854bbec0d0d4b8ad389 100644
(file)
--- a/
src/comp.c
+++ b/
src/comp.c
@@
-3233,7
+3233,7
@@
DEFUN ("comp--init-ctxt", Fcomp__init_ctxt, Scomp__init_ctxt,
GCC_JIT_BOOL_OPTION_DEBUGINFO,
1);
}
- if (COMP_DEBUG >
1
)
+ if (COMP_DEBUG >
2
)
{
logfile = fopen ("libgccjit.log", "w");
gcc_jit_context_set_logfile (comp.ctxt,